home *** CD-ROM | disk | FTP | other *** search
/ Isometric Game Programming with DirectX 7.0 / Isometric Game Programming.iso / source / chapter21 / isohex21_1 / isohexcore.h < prev    next >
C/C++ Source or Header  |  2000-07-24  |  239b  |  11 lines

  1. //IsoHexCore.h
  2. //Main header file for isometric engine components
  3. #ifndef __ISOHEXCORE_H__
  4. #define __ISOHEXCORE_H__
  5.  
  6. #include "IsoTilePlotter.h"
  7. #include "IsoScroller.h"
  8. #include "IsoTileWalker.h"
  9. #include "IsoMouseMap.h"
  10.  
  11. #endif